home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Turnbull China Bikeride
/
Turnbull China Bikeride - Disc 2.iso
/
BARNET
/
FREENET
/
BRODIE
/
FILEX_0
/
!Filex
/
MakeFile
< prev
next >
Wrap
Makefile
|
1995-05-10
|
1KB
|
35 lines
.SUFFIXES: .c .o
LINKDEBUG=
COMPDEBUG=-g
HEADERS=filex.h filelist.h
CLIB=c:o.stubs rolib:o.risc_oslib oslib:o.oslib filelist.o
OBJS=filex.o $(CLIB)
COMPILE=cc -c -IC: -Otime -fahu -fussy $(COMPDEBUG)
!RunImage: filex.o filelist.o
link -o !RunImage $(LINKDEBUG) $(OBJS)
@squeeze -f !RunImage
filelist.o: filelist.c filelist.h
$(COMPILE) filelist.c
.c.o:; $(COMPILE) $*.c
filex.o: filex.c $(HEADERS)
CPOPT=fr~c~vn
release: !RunImage
@echo Building release of Filex
@Cdir Release
@Cdir Release.!Filex
@Cdir Release.!Filex.o
@Copy c Release.!Filex.c $(CPOPT)
@Copy h Release.!Filex.h $(CPOPT)
@Copy !Sprites Release.!Filex.!Sprites $(CPOPT)
@Copy Sprites Release.!Filex.Sprites $(CPOPT)
@Copy Templates Release.!Filex.Templates $(CPOPT)
@Copy !Help Release.!Filex.!Help $(CPOPT)
@Copy !Run Release.!Filex.!Run $(CPOPT)
@Copy !RunImage Release.!Filex.!RunImage $(CPOPT)
@Copy Makefile Release.!Filex.MakeFile $(CPOPT)